From: Debian Science Maintainers Date: Mon, 26 Dec 2016 17:33:56 +0000 (+0000) Subject: deb_no_nbformat_for_now X-Git-Tag: archive/raspbian/0.11.1-2+rpi1~2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=5cac356cbbabb37721396838bfa1fb434c6f9ffb;p=statsmodels.git deb_no_nbformat_for_now Gbp-Pq: Name deb_no_nbformat_for_now --- diff --git a/docs/Makefile b/docs/Makefile index a3d0a52..5e9a242 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -55,7 +55,8 @@ cleancache: notebooks: @echo "Generating notebooks from examples/notebooks folder" - $(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True + : # unfortunately no nbformat in debian yet (only experimental, depends on jupyter) + #$(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True html: # generate the examples rst files @@ -63,13 +64,13 @@ html: #$(TOOLSPATH)$(EXAMPLEBUILD) @echo "Generating datasets from installed statsmodels.datasets" $(TOOLSPATH)$(DATASETBUILD) - @echo "Generating notebooks from examples/notebooks folder" - $(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True + #@echo "Generating notebooks from examples/notebooks folder" + #$(TOOLSPATH)$(NOTEBOOKBUILD) --execute=True --allow_errors=True @echo "Running sphinx-build" $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo "Copying rendered example notebooks" - mkdir -p $(BUILDDIR)/html/examples/notebooks/generated - cp source/examples/notebooks/generated/*html $(BUILDDIR)/html/examples/notebooks/generated + #@echo "Copying rendered example notebooks" + #mkdir -p $(BUILDDIR)/html/examples/notebooks/generated + #cp source/examples/notebooks/generated/*html $(BUILDDIR)/html/examples/notebooks/generated #$(TOOLSPATH)$(EXAMPLEBUILD) $(TOOLSPATH)$(FOLDTOC) $(BUILDDIR)/html/index.html #$(TOOLSPATH)$(FOLDTOC) $(BUILDDIR)/html/examples/index.html ../_static